kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]doubleArrayOf
double
Array
Of
Common
fun
doubleArrayOf
(
vararg
elements
:
Double
)
:
DoubleArray
Content copied to clipboard
Returns an array containing the specified
Double
numbers.